home *** CD-ROM | disk | FTP | other *** search
- object frmZipRepair: TfrmZipRepair
- Left = 265
- Top = 199
- Width = 525
- Height = 439
- Caption = 'frmZipRepair'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object pControls: TPanel
- Left = 0
- Top = 0
- Width = 517
- Height = 119
- Align = alTop
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object lvFilelist: TListView
- Left = 6
- Top = 8
- Width = 377
- Height = 99
- Anchors = [akLeft, akTop, akRight]
- Columns = <
- item
- Width = 330
- end>
- SmallImages = frmFilzipMain.fzImages
- TabOrder = 2
- ViewStyle = vsReport
- OnChange = lvFilelistChange
- end
- object btnClose: TButton
- Left = 432
- Top = 36
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Cancel = True
- Caption = 'btnClose'
- TabOrder = 0
- OnClick = btnCloseClick
- end
- object btnRepair: TButton
- Left = 432
- Top = 8
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'btnRepair'
- Default = True
- Enabled = False
- TabOrder = 1
- OnClick = btnRepairClick
- end
- object btnAdd: TButton
- Left = 390
- Top = 8
- Width = 18
- Height = 48
- Anchors = [akTop, akRight]
- Caption = '+'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = btnAddClick
- end
- object btnDel: TButton
- Left = 390
- Top = 56
- Width = 18
- Height = 48
- Anchors = [akTop, akRight]
- Caption = '-'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = btnDelClick
- end
- end
- object pMessages: TPanel
- Left = 0
- Top = 119
- Width = 517
- Height = 286
- Align = alClient
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 1
- object PageControl1: TPageControl
- Left = 2
- Top = 2
- Width = 513
- Height = 282
- ActivePage = tsSummary
- Align = alClient
- TabOrder = 0
- object tsSummary: TTabSheet
- Caption = 'tsSummary'
- object mSummary: TMemo
- Left = 0
- Top = 0
- Width = 505
- Height = 230
- Align = alClient
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 0
- end
- object pStatus: TPanel
- Left = 0
- Top = 230
- Width = 505
- Height = 24
- Align = alBottom
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 1
- Visible = False
- object pbStatus: TProgressBar
- Left = 4
- Top = 4
- Width = 496
- Height = 16
- Anchors = [akLeft, akTop, akRight]
- Min = 0
- Max = 100
- Smooth = True
- Step = 1
- TabOrder = 0
- end
- end
- end
- object tsDetails: TTabSheet
- Caption = 'tsDetails'
- ImageIndex = 1
- object mOutput: TMemo
- Left = 0
- Top = 0
- Width = 505
- Height = 254
- Align = alClient
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 0
- end
- end
- end
- end
- object odAddArchives: TOpenDialog
- Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
- Left = 480
- Top = 72
- end
- object zfRepair: TZipFix
- OnFileFound = zfRepairFileFound
- Left = 448
- Top = 72
- end
- end
-